Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Redis TLS configuration #137

Merged
merged 1 commit into from
Oct 24, 2024
Merged

Fix Redis TLS configuration #137

merged 1 commit into from
Oct 24, 2024

Conversation

fblupi
Copy link
Member

@fblupi fblupi commented Oct 23, 2024

After an automatic maintenance task performed by Heroku, we started receiving several errors like: RedisClient::CannotConnectError (SSL_connect returned=1 errno=0 peeraddr=52.18.173.200:21920 state=error: certificate verify failed (self signed certificate in certificate chain)

Searching for solutions I found this from the Heroku Q&A.

With this PR, we configure Redis to accept messages using a TLS layer required in Redis 6+ in Heroku as described in the answer from the link above.

@fblupi fblupi requested a review from a team October 23, 2024 15:39
Copy link
Contributor

@alecslupu alecslupu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@fblupi fblupi merged commit ceab3ed into master Oct 24, 2024
1 check passed
@fblupi fblupi deleted the fix/redis-configuration branch October 24, 2024 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants